home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT2.SPK / test / test_a / lcl / iter < prev    next >
Text File  |  1996-08-28  |  222b  |  5 lines

  1. iter intFor (int from, int to, int by, yield int x) ;
  2.  
  3. iter noYield (int from, int to) ; /* 1 <spec>. no yield param, 9, 10. noYield, end_noYield not defined */
  4.  
  5. iter arrayElements (int from, int to, int *a, yield int x) ;